home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000613 < prev    next >
Text File  |  1998-04-08  |  961b  |  29 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                MapIcon:    Mine Indicator
  6. //                BASE ID:    59
  7. //
  8. //---------------------------------------------------------------------------
  9.  
  10. [ObjectClass]
  11. l ObjectTypeNum = 13
  12.  
  13. [MineData]
  14. ul dmgPotential = 5                                //Five points of damage
  15. f ExtentRadius = 25                                //Five meters
  16. l MineType = 13
  17.     
  18. [ObjectType]
  19. st Name                             = "MINE"        // Text string giving a descriptive name  (only 8 chars long!!)
  20. l Type                                 = 59            // ID number for this mech type
  21. l Appearance                                            = 0x02000238
  22. l Duration                            = -1            // Lasts forever = -1
  23. l MaxDamage                            = 0                // Amount of damage mine does on impact
  24. l ExplosionObject                    = 39            // Object Class Number of explosion
  25. l DestroyedObject                    = -1            // Object Class Number of Destroyed shape
  26. f ExtentRadius                        = 15            // Extent Radius in Meters (0 Can't hit hit ever)
  27.  
  28. FITEnd
  29.